home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Common / types.h < prev    next >
Text File  |  1996-06-25  |  269b  |  12 lines

  1. #define V_CHAR char
  2. #define V_SMALLNUM ULONG
  3. #define V_BIGNUM ULONG
  4. #define V_STRING char *
  5. #define V_PATH char *
  6. #define V_DATE char *
  7. #define V_BOOL ULONG
  8. #define V_STRINGLIST struct List *
  9. #define V_PATHLIST struct List *
  10. #define V_ERROR ULONG
  11. #define V_FLAGS ULONG
  12.